Return

Edit Task: TimeslotDurationPreference

Description

The TimeslotDurationPreference attribute under EditTask allows you to define whether the timeslot duration preference for the task should be shorter or longer timeslots.

Parameters

Parameter Description
TimeslotDurationPreference Options are either "None", "Short", or "Long".

Examples

Set the timeslot preference for a task to Middle.

PATCH api/task/TaskA

Body:

{

"TimeslotDurationPreference" : "Short"

}